home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_03 / 9n03104a < prev    next >
Encoding:
Text File  |  1995-11-01  |  129 b   |  16 lines

  1.  
  2. #define BEGIN {
  3. #define END }
  4.  
  5. main()
  6. BEGIN
  7.      ....
  8.      
  9.      for ()
  10.      BEGIN
  11.           ....
  12.      END
  13. END
  14.  
  15.  
  16.